AddressLists Property (Session Object)
The AddressLists
property returns a single AddressList
Syntax
Set objAddrListsColl = objSession.AddressLists
Set objOneAddrList = objSession.AddressLists(index)
objAddrListsColl
Object. An
AddressLists collection object.
objSession
Object. The
Session object.
objOneAddrList
Object. A
single AddressList object.
index
Long.
Specifies the number of the address list within the AddressLists collection.
Ranges from 1 to the value specified by the AddressLists collection s Count
Data Type
Object
Remarks
The
AddressLists collection represents the root of the MAPI address book hierarchy
for the current session. A particular AddressList object represents one of the
available address books. The type of access you obtain depends on the access
granted to you by each individual address book provider.